Skip to content

docs(toc): add Bundles and Authentication to the Reference nav#3267

Merged
mnriem merged 1 commit into
github:mainfrom
jawwad-ali:fix/toc-add-bundles-authentication
Jun 30, 2026
Merged

docs(toc): add Bundles and Authentication to the Reference nav#3267
mnriem merged 1 commit into
github:mainfrom
jawwad-ali:fix/toc-add-bundles-authentication

Conversation

@jawwad-ali

Copy link
Copy Markdown
Contributor

Description

Two Reference pages exist on disk but are missing from the Reference section of docs/toc.yml:

  • docs/reference/bundles.md
  • docs/reference/authentication.md

Since the published docs sidebar is generated from toc.yml, both pages are orphaned — reachable only via direct link or in-page cross-references, not from the navigation. Every other docs/reference/*.md page has a nav entry.

Fix

Add the two missing entries to the Reference items:

  • Bundles placed right after Workflows, matching the section ordering in reference/overview.md (…Presets → Workflows → Bundles).
  • Authentication placed last.

Pure navigation/data addition — no code, no behavior change.

Testing

  • docs/toc.yml parses as valid YAML; the Reference items now read Overview, Core Commands, Integrations, Extensions, Presets, Workflows, Bundles, Authentication.
  • Both new hrefs resolve to existing files under docs/ (no broken links).

AI Disclosure

  • I did use AI assistance (describe below)

Found and fixed with Claude Code (Claude Opus 4.8) under my direction. AI diffed the on-disk reference pages against the toc entries; I confirmed the two pages were orphaned, matched the overview.md ordering, verified the hrefs resolve, and reviewed the diff before submitting.

docs/reference/bundles.md and docs/reference/authentication.md exist on
disk but were absent from the Reference section of docs/toc.yml, so both
pages were orphaned and undiscoverable in the published docs sidebar.
Add the two nav entries (Bundles after Workflows, matching the ordering
in reference/overview.md; Authentication last).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the documentation navigation (docs/toc.yml) so two existing Reference pages that were previously orphaned are included in the published sidebar.

Changes:

  • Adds Bundles to the Reference nav immediately after Workflows
  • Adds Authentication to the end of the Reference nav
Show a summary per file
File Description
docs/toc.yml Adds missing Reference sidebar entries for reference/bundles.md and reference/authentication.md

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

@mnriem mnriem merged commit 876e532 into github:main Jun 30, 2026
12 checks passed
@mnriem

mnriem commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants